home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / thrust_2.swf / scripts / frame_35 / DoAction.as
Text File  |  2012-01-07  |  337b  |  17 lines

  1. stopAllSounds();
  2. if(Name != "Guest")
  3. {
  4.    mst.Check = 0;
  5.    mst.Name = _root.Name;
  6.    mst.pass = _root.pass;
  7.    mst.score = _root.score;
  8.    mst.gamepass = _root.gamepass;
  9.    mst.Info = "Level " + _root.Level;
  10.    mst.game = "ThrustII";
  11.    mst.loadVariables("../scores/submit.php","GET");
  12. }
  13. else
  14. {
  15.    gotoAndStop("End");
  16. }
  17.